home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000368_news@columbia.edu _Wed Jun 14 03:39:15 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id DAA16869
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 14 Jun 2000 03:39:15 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id DAA13942
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 14 Jun 2000 03:39:14 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id DAA06337
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 14 Jun 2000 03:35:32 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: bernd@lipid.fki.dtu.dk (Bernd Dammann)
  13. Subject: Serial console: Ctrl-C doesn't work
  14. Date: 14 Jun 2000 07:29:27 GMT
  15. Organization: The Technical University of Denmark
  16. Message-ID: <8i7c8n$11ro$1@news.net.uni-c.dk>
  17. To: kermit.misc@columbia.edu
  18.  
  19. [ Article crossposted from comp.os.linux.setup ]
  20. [ Author was Bernd Dammann ]
  21. [ Posted on 9 Jun 2000 08:33:19 GMT ]
  22.  
  23. Hi,
  24.  
  25. I've set up a diskless and headless machine with a serial console that
  26. I access from the server through a null-modem cable (using kermit as
  27. terminal emulator).  Everything works fine, except for one thing:
  28.  
  29. Ctrl-C (intr) and Ctrl-Z (susp) don't work!  All other Ctrl- sequences
  30. like Ctrl-U (kill) and Ctrl-W (werase) do work.
  31.  
  32. Where is the problem?  The console settings (see below), or the
  33. terminal emulation?  I've tried several terminal emulation programs
  34. (i.e. kermit, minicom, ...), but the problem is the same.
  35.  
  36. Here are the console stty settings:
  37.  
  38. speed 38400 baud; rows 24; columns 80; line = 0;
  39. intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = <undef>;
  40. eol2 = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W;
  41. lnext = ^V; flush = ^O; min = 1; time = 0;
  42. -parenb -parodd cs8 hupcl -cstopb cread clocal crtscts
  43. -ignbrk brkint ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
  44. -iuclc ixany -imaxbel
  45. opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
  46. isig icanon -iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
  47. -echoctl -echoke
  48.  
  49. TERM is set to vt100.
  50.  
  51. Any hint? TIA,
  52. Bernd
  53. --
  54. # Bernd Dammann          <bernd@fki.dtu.dk> | "Why stop now,
  55. # Department of Physical Chemistry          |      just when I am hating it?"
  56. # The Technical University of Denmark       |---------------------------------
  57. # Building 206                              | phone: (+45) 45 25 24 81
  58. # DK-2800 Lyngby, Denmark                   | http://www.fki.dtu.dk/~bernd/
  59.  
  60. --
  61. # Bernd Dammann          <bernd@fki.dtu.dk> | "Why stop now,
  62. # Department of Physical Chemistry          |      just when I am hating it?"
  63. # The Technical University of Denmark       |---------------------------------
  64. # Building 206                              | phone: (+45) 45 25 24 81
  65. # DK-2800 Lyngby, Denmark                   | http://www.fki.dtu.dk/~bernd/